github.com/refraction-networking/utls.QUICTransportParametersExtension.marshalResult (field)
7 uses
github.com/refraction-networking/utls (current package)
u_tls_extensions.go#L1343: marshalResult []byte // TransportParameters will be marshaled into this slice
u_tls_extensions.go#L1347: if e.marshalResult == nil {
u_tls_extensions.go#L1348: e.marshalResult = e.TransportParameters.Marshal()
u_tls_extensions.go#L1350: return 4 + len(e.marshalResult)
u_tls_extensions.go#L1361: b[2] = byte((len(e.marshalResult)) >> 8)
u_tls_extensions.go#L1362: b[3] = byte(len(e.marshalResult))
u_tls_extensions.go#L1363: copy(b[4:], e.marshalResult)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |